Conversation
…3 artifacts on preview
…and actor stamping
…oved task dispatching
…ics across services
… for usage features
…tion in Docker and API
…rocess_evaluator_result.py
…ing and cache/Ui fixes
…r available models
…iguration for periodic job scheduling
Integrate latest security config (trusted hosts, rate limits, CSP docs, security_settings module) while preserving OTLP traces, ClickHouse settings, and proxy=true audio delivery on playground/observability.
Keep public doc staging in git for review and re-publish; ignore MCP publish scratch under scripts/.
…oads. Stop tracking graph.db.zst (MCP-regenerated); extend gitignore for root MCP/Confluence scratch.
…nagement and ui improvements
…enhance mock behavior in ClickHouse tests
…e t frontend error handling
…t resolution in trace management
… for audio and traces, update frontend labels for clarity
… application and update traces docs
…h index timestamp
…ogging information
Comments Outside DiffThese findings sit on lines the diff does not cover, so they could not be posted inline. Each one leaves this list once its file changes.
|
Bring in ent gating, OSS quotas, and teammate UI/docs updates while keeping otel traces routes, calls hub, integrations voice-agent list, and trace WS params.
…rding production agents and tracing
…uator result endpoints
…ith phone evaluation hints
…ubleshooting guidance for call traces
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed?
Adds Call Traces — per-turn STT/LLM/TTS latency for voice agent calls.
/api/v1/observability/tracesAPI (session create, OTLP ingest, list/detail, close)078_synthetic_call_traces)efficientai.integrations.efficientai_traces) for external botsWhy?
Reviewers need per-turn latency (STT / LLM / TTS) during playground runs, phone evals, and external Pipecat agents. This adds OTLP-based trace ingest correlated by
call_short_id, so latency is visible in one place in the UI.How to Test?
eai start-alland confirm migration078applied.docs/synthetic-call-traces-pipecat.md→ talk 2–3 turns → check Call Traces UI.uv run pytest tests/test_synthetic_trace_*.py tests/test_efficientai_traces_correlation.py tests/test_services/test_playground_tracing.py -qRelease Label
Select one semantic version bump intent for this PR:
major- breaking change, next release bumps major versionminor- backward-compatible feature, next release bumps minor versionfix- backward-compatible bug fix, next release bumps patch versionIntended release label:
minorChecklist
CONTRIBUTING.mdguide.